Rails auto_complete "undefined method `auto_complete_for'" problem

Posted by Andrew Wize on Stack Overflow See other posts from Stack Overflow or by Andrew Wize
Published on 2010-06-18T03:42:56Z Indexed on 2010/06/18 3:53 UTC
Read the original article Hit count: 290

rails -> 2.3.8 ruby -> 1.8.7

After auto_complete plugin installstion i still have "undefined method `auto_complete_for'" problem!

Andrey-Bezruks-MacBook-Pro:eyeonasia.stage wizeflux$ ruby script/plugin install http://github.com/rails/auto_complete.git --force svn: '/Users/wizeflux/Projects/ionasia/eyeonasia.stage/vendor/plugins' is not a working copy Initialized empty Git repository in /Users/wizeflux/Projects/ionasia/eyeonasia.stage/vendor/plugins/auto_complete/.git/ warning: Option "depth" is ignored for github.com/rails/auto_complete.git

From github.com/rails/auto_complete * branch HEAD -> FETCH_HEAD Andrey-Bezruks-MacBook-Pro:eyeonasia.stage wizeflux$

after restarting server i get an error on line " auto_complete_for :listings, :name " -> undefined method `auto_complete_for' for #

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about plugin